home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat2 / standard / shutdown.z / shutdown
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SSSSHHHHUUUUTTTTDDDDOOOOWWWWNNNN((((2222))))                                                        SSSSHHHHUUUUTTTTDDDDOOOOWWWWNNNN((((2222))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      shutdown - shut down part of a full-duplex connection
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      iiiinnnntttt sssshhhhuuuuttttddddoooowwwwnnnn ((((iiiinnnntttt ssss,,,, iiiinnnntttt hhhhoooowwww))));;;;
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      The _s_h_u_t_d_o_w_n call causes all or part of a full-duplex connection on the
  16.      socket associated with _s to be shut down.  If _h_o_w is 0, then further
  17.      receives will be disallowed.  If _h_o_w is 1, then further sends will be
  18.      disallowed.  If _h_o_w is 2, then further sends and receives will be
  19.      disallowed.
  20.  
  21. DDDDIIIIAAAAGGGGNNNNOOOOSSSSTTTTIIIICCCCSSSS
  22.      A 0 is returned if the call succeeds, -1 if it fails.
  23.  
  24. EEEERRRRRRRROOOORRRRSSSS
  25.      The call succeeds unless:
  26.  
  27.      [EBADF]        _S is not a valid descriptor.
  28.  
  29.      [ENOTSOCK]     _S is a file, not a socket.
  30.  
  31.      [ENOTCONN]     The specified socket is not connected.
  32.  
  33. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  34.      connect(2), socket(2)
  35.  
  36. NNNNOOOOTTTTEEEE
  37.      ABI-compliant versions of the above call can be obtained from
  38.      _l_i_b_s_o_c_k_e_t._s_o.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.